projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a919f0c
)
progressbar: Fix position of text node in CSS docs
author
Timm Bäder
<mail@baedert.org>
Sat, 22 Apr 2017 04:35:54 +0000
(06:35 +0200)
committer
Daniel Boles
<dboles@src.gnome.org>
Tue, 25 Apr 2017 09:56:08 +0000
(10:56 +0100)
The text node has always been a child node of the progressbar node, not
the trough node, but the docs claimed otherwise.
gtk/gtkprogressbar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkprogressbar.c
b/gtk/gtkprogressbar.c
index 69114ab2ecd5df298be513d2619c708055225a5b..251208b70e7cf85230d9416d7dc86e2f5752ac7f 100644
(file)
--- a/
gtk/gtkprogressbar.c
+++ b/
gtk/gtkprogressbar.c
@@
-75,8
+75,8
@@
*
* |[<!-- language="plain" -->
* progressbar[.osd]
+ * ├── [text]
* ╰── trough[.empty][.full]
- * ├── [text]
* ╰── progress[.pulse]
* ]|
*